home *** CD-ROM | disk | FTP | other *** search
/ Ghost Rider iactivecard / Ghost Rider iactivecard.iso / pc / main.swf / scripts / DefineButton2_72 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2007-04-10  |  374 b   |  11 lines

  1. on(release){
  2.    unloadMovieNum(12);
  3.    _parent.gotoAndStop("concentration");
  4.    _project = "project=GhostRiderCD";
  5.    _moviename = "&name=deadringer";
  6.    _frametracker = "&frame=" + this._currentframe;
  7.    filePath = "http://iactivetrack.net/ghost_rider/tracker.php?" + _project + _moviename + _frametracker;
  8.    loadVariables(filePath,_root);
  9.    trace(filePath);
  10. }
  11.